#=====================================
#Car Switches
#
#You may set several switches at the same time.
#You must be a host of your server to enable this function.
#=====================================
####### Signals #######
#Signal Off 		= 0
#Signal Left 		= 1
#Signal Right 		= 2
#Signal Hazard 		= 3

######## Flash ########
#Flash Off 			= 0
#Flash On 			= 1

###### HeadLight ######
#HeadLight Off 		= 0
#HeadLight On 		= 1

######## Horn #########
#Horn Off 			= 0
#Horn Type 1 		= 1
#Horn Type 2 		= 2
#Horn Type 3 		= 3
#Horn Type 4 		= 4
#Horn Type 5 		= 5

######## Siren ########
#Siren Off 			= 0
#Siren Fast 		= 1
#Siren Slow 		= 2

#carswitches(Signal,Flash,HeadLight,Horn,Siren);			
carswitches(0,0,0,0,0);